home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Efficient Diary 1.5 / EfficientDiary-Setup.exe / {app} / Language / English / EfficientDiary.chm / styles / main.css < prev   
Encoding:
Cascading Style Sheet File  |  2009-02-21  |  3.5 KB  |  147 lines

  1. a:link {  color: #1773BC; /*#07519a;*/ text-decoration: none}
  2.  
  3. a:visited {  color: #1773BC; /*#07519a;*/ text-decoration: none}
  4.  
  5. a:active {  color: #1773BC; /*#07519a;*/ text-decoration: none}
  6.  
  7. a:hover {  color: #FB9233; /*#ff0000;*/ text-decoration: underline}
  8.  
  9. a.navbar:link {  color: #FFFFFF; text-decoration: none}
  10.  
  11. a.navbar:visited {  color: #FFFFFF; text-decoration: none}
  12.  
  13. a.navbar:active {  color: #FFFFFF; text-decoration: none}
  14.  
  15. a.navbar:hover {  color: #FF0000; text-decoration: underline}
  16.  
  17. a.top:link {  color: #FFFFFF; text-decoration: none}
  18.  
  19. a.top:visited {  color: #FFFFFF; text-decoration: none}
  20.  
  21. a.top:active {  color: #FFFFFF; text-decoration: none}
  22.  
  23. a.top:hover {  color: #ffc600; text-decoration: underline}
  24.  
  25. body { line-height: 12pt; font-family: Verdana, Tahoma, Arial, sans-serif }
  26.  
  27. /*
  28. b {color: #333333}
  29.  
  30. strong {color: #333333}
  31. */
  32.  
  33. .navbarsep {  color: #FFFFFF}
  34.  
  35. .seprow {  font-size: 5px; height: 4px}
  36.  
  37. .navbarback { background-color: #3c7faf; padding-top: 2px; padding-bottom: 2px; font-size: 12px; text-align: center }
  38.  
  39. .leftbody {  background-color: #d5dff3; text-align: left ; vertical-align: top; font-size: 12px; width: 150px}
  40.  
  41. .rightbody {  background-color: #F3F4EE; text-align: left ; vertical-align: top; font-size: 12px}
  42.  
  43. .middlebody {  text-align: left; vertical-align: top; background-color: #FFFFFF; font-size: 12px; line-height: 16px}
  44.  
  45. .sepcol {  font-size: 5px; width: 4px}
  46.  
  47. .navbarcurr {  font-weight: bold; color: #FFFFFF}
  48.  
  49. /*hr {  color: #aaccee; height: 1px}*/
  50. hr {
  51.   color: #e6e6e6;
  52.   background: #e6e6e6;
  53.   height: 1px;
  54.   border: 0;
  55.   clear: both;
  56. }
  57.  
  58. .copyright {
  59.     font-size: 12px;
  60.     padding-left: 4px;
  61. }
  62.  
  63. .top {
  64.     font-size: 12px;
  65.     text-align: right;
  66.     width: 40px;
  67.     padding-right: 4px;
  68. }
  69.  
  70. .faqsectiontitle { font-size: 14px; font-weight: bold; color: #333333; text-align: center }
  71.  
  72. .leftbodysectiontitle { font-size: 14px; font-weight: bold; color: #993300 }
  73.  
  74. .middlebodysectiontitle { font-size: 14px; font-weight: bold; color: #07519a}
  75.  
  76. h1 {  font-size: 14px; font-weight: bold; color: #1773BC; /*color: #993300*/}
  77.  
  78. .producttitle {  font-size: 14px; font-weight: bold; color: #000000}
  79.  
  80. .new {  font-style: italic; font-weight: bold; color: #D0570F}
  81.  
  82. .rightbodysectiontitle { font-size: 14px; font-weight: bold; color: #8782B2 }
  83.  
  84. .smalltext {  font-size: 12px}
  85.  
  86. .moneybackguarantee {  font-size: 14px; font-weight: bold}
  87.  
  88. table {  font-size: 12px}
  89.  
  90. .grid {  border: 1px #B2B2D1 solid}
  91.  
  92. .menu { background-color: #574CC2; color: #FFFFFF }
  93.  
  94. .submenu { background-color: #CAC8DA }
  95.  
  96. h2 {  font-size: 12px; color: #000000}
  97.  
  98. .key { font-weight: bold; color: #333333}
  99. ul { 
  100.   margin: 0;
  101.   padding: 0;
  102.   padding-top: 5px;
  103.   padding-bottom: 5px;
  104.   list-style-type: none;
  105. }
  106. ol { 
  107.   margin: 0;
  108.   padding: 0;
  109.   padding-top: 5px;
  110.   padding-bottom: 5px;
  111.   list-style-type: none;
  112. }
  113. li{
  114.   background: url(bullet.gif) no-repeat left top;
  115.   padding-left: 15px;
  116. }
  117. .helptitle {
  118.     background-color:  #738bcb; /*#3c7faf;*/
  119.     padding-top: 2px;
  120.     padding-bottom: 2px;
  121.     font-size: 14px;
  122.     text-align: left;
  123.     color: #FFFFFF;
  124.     padding-left: 4px;
  125. }
  126. .helpad {
  127.     background-color: #738bcb; /*#3c7faf;*/
  128.     padding-top: 2px;
  129.     padding-bottom: 2px;
  130.     font-size: 12px;
  131.     text-align: right;
  132.     color: #FFFFFF;
  133.     padding-right: 4px;
  134. }
  135. .helpbottom {  
  136.     background-color: #8ca2de; /*#ebf3fb;*/
  137.     color: #FFFFFF;
  138.     text-align: left ; 
  139.     vertical-align: top; 
  140.     font-size: 12px; 
  141.     width: 150px
  142. }
  143. .hilite {
  144.     color: #FF0000;
  145.     font-weight: bold;
  146. }
  147.